/*contact us form*/
.contactussec {
    background-color: #fff;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 20px;
}

.AuthForm-form .forgot_link a {
    color: var(--primary-color);
    margin: 20px 0px;
    display: inline-block;
    font-size: 17px;
}

.AuthForm-form {
    width: 100%;
}

.contactus-formbox {
    background-color: #fff;
    padding: 40px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.contactus-formbox .section-title {
    margin-bottom: 30px;
    color: #fff;
}

.login_logo h3 {
    font-size: 20px;
    color: var(--primary-color);
    margin: 20px 0px;
    font-weight: 500;
    text-transform: capitalize;
}

.forgot_logo h3 {
    font-size: 20px;
    color: var(--primary-color);
    margin: 20px 0px;
    font-weight: 500;
    text-transform: capitalize;
}

.form-group .toggle-password, .form-group .grup-envelpe {
    position: absolute;
    right: 14px;
    font-size: 18px;
    top: 12px;
    cursor: pointer;
    font-weight: bold;
    color: var(--primary-color);
}

.contactus-formbox input.form-control {
    height: 48px;
    background: #f3f8ff;
    border: 0;
}

.contactus-formbox input.form-control::placeholder {
    font-size: 12px;
    color: #55687f;
}

.AuthForm-form .form-group {
    margin-bottom: 30px;
}

.login-form .custom-control-label {
    color: #fff;
}

.contact_shapes img {
    position: absolute;
}

.contact_shapes .contact_shapes1 {
    right: 0;
    bottom: 10%;
}

.contact_shapes .contact_shapes2 {
    top: 12%;
    left: 0px;
}

.contact_shapes .contact_shapes3 {
    top: 10%;
    right: 0;
}

.contact_shapes .contact_shapes4 {
    left: 0;
    bottom: 10%;
}

.contact_shapes .contact_shapes5 {
    top: 0;
}


.contact_shapes .contact_shapes6 {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}

ul.login_list li {
    display: inline-block;
    text-align: center;
    border: 1px solid var(--primary-color);
    width: 50px;
    border-radius: 10px;
    height: 50px;
    margin-left: 15px;
}

ul.login_list li a {
    color: var(--primary-color);
    font-size: 20px;
    line-height: 2.2;
}

.forgot_logo a.lock-wrapper {
    width: 100px;
    height: 100px;
    background: #dbf3fc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    padding: 30px;
    border: 1px solid #00aeef;
    margin-top: -85px;
}